home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World 2008 September
/
PCWorld_2008-09_cd.bin
/
v cisle
/
sadanastroju
/
clipmarks-3.5.0-fx.xpi
/
chrome
/
clipmarks.jar
/
content
/
please-clip.xul
< prev
next >
Wrap
Extensible Markup Language
|
2007-12-05
|
742b
|
24 lines
<?xml version="1.0"?>
<?xml-stylesheet href="chrome://global/skin/global.css" type="text/css"?>
<dialog id="Clipmarks_PleaseClipSomething" title="Please Clip Something"
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
buttons="accept" buttonlabelaccept="OK"
ondialogaccept="return accept_click();"
onload="window_load();">
<script>
function window_load() {
document.documentElement.getButton("accept").focus();
}
function accept_click() {
return true;
}
</script>
<image src="http://content.clipmarks.com/images/please_clip_something.gif" width="296" height="287" style="cursor:pointer;" onclick="window.opener.Clipmarks_Help();window.close();" />
</dialog>